home *** CD-ROM | disk | FTP | other *** search
/ PC Open 101 / PC Open 101 CD 1.bin / CD1 / INTERNET / Express NewsPictures / newspics.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-06-30  |  2.2 KB  |  45 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Express NewsPictures 2
  4. AppVerName=Express NewsPictures 2.3
  5. AppId=Express NewsPictures 2
  6. AppPublisher=ExpressSoft, Inc.
  7. AppPublisherURL=http://www.express-soft.com
  8. AppSupportURL=http://www.express-soft.com
  9. AppUpdatesURL=http://www.express-soft.com/downloads/
  10. DefaultDirName={pf}\Express NewsPictures 2
  11. DefaultGroupName=Express NewsPictures 2
  12. OutputBaseFilename=newspics2
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  20. Source: "{app}\ENPFavorites.dat"; DestDir: "{app}"; 
  21. Source: "{app}\Express NewsPictures Homepage.url"; DestDir: "{app}"; 
  22. Source: "{app}\newspic.NTV"; DestDir: "{app}"; 
  23. Source: "{app}\newspic.ntv.lng"; DestDir: "{app}"; 
  24. Source: "{app}\license.txt"; DestDir: "{app}"; 
  25. Source: "{app}\newspics2.exe"; DestDir: "{app}"; 
  26. Source: "{app}\Newspics.chm"; DestDir: "{app}"; 
  27. Source: "{app}\Subscribed.dat"; DestDir: "{app}"; 
  28. [INI]
  29. FileName: "{app}\newspic.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.express-soft.com"; 
  30. [Run]
  31. Filename: "{app}\newspics2.exe"; Description: "Launch Express NewsPictures"; Flags: postinstall skipifsilent nowait
  32. [Icons]
  33. Name: "{group}\Express NewsPictures"; Filename: "{app}\newspics2.exe"; WorkingDir: "{app}"; 
  34. Name: "{group}\Express NewsPictures on the Web"; Filename: "{app}\Express NewsPictures Homepage.url"; 
  35. Name: "{userdesktop}\Express NewsPictures"; Filename: "{app}\newspics2.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  36. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Express NewsPictures"; Filename: "{app}\newspics2.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  37. [Tasks]
  38. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  39. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  40. [InstallDelete]
  41. Type: files; Name: "{group}\Express NewsPictures 2.1 beta .lnk"; 
  42. Type: files; Name: "{group}\Express NewsPictures 2.0 .lnk"; 
  43. [UninstallDelete]
  44. Type: files; Name: "{app}\newspic.url"; 
  45.